[
Check file types and compare values. Returns a status of 0 if the condition evaluates to true, 1 if it evaluates to false. More information: <https://www.gnu.org/software/bash/manual/bash.html#index-test>.
RUN apt-get update && \
apt-get install -y coreutils
RUN apt-get update && \
apt-get install -y coreutils
RUN apk add coreutils
RUN pacman -S --noconfirm coreutils
RUN apt-get update && \
apt-get install -y coreutils
RUN yum install -y coreutils
RUN dnf install -y coreutils
RUN apt-get update && \
apt-get install -y coreutils